hip.api.audio

Undocumented in source.

Modules

audio_binding
module hip.api.audio.audio_binding
Undocumented in source.
audioclip
module hip.api.audio.audioclip
Undocumented in source.
audiosource
module hip.api.audio.audiosource
Undocumented in source.

Public Imports

hip.api.audio.audiosource
public import hip.api.audio.audiosource;
Undocumented in source.
hip.api.audio.audioclip
public import hip.api.audio.audioclip;
Undocumented in source.

Members

Enums

DistanceModel
enum DistanceModel

Controls how the gain will falloff

HipAudioImplementation
enum HipAudioImplementation
Undocumented in source.
HipAudioType
enum HipAudioType
Undocumented in source.

Functions

HipAudio
IHipAudioPlayer HipAudio()
Undocumented in source. Be warned that the author may not have intended to support it.
getAudioImplementationForOS
HipAudioImplementation getAudioImplementationForOS()
Undocumented in source. Be warned that the author may not have intended to support it.
setIHipAudioPlayer
void setIHipAudioPlayer(IHipAudioPlayer player)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IHipAudioPlayer
interface IHipAudioPlayer

This is an interface that should be created only once inside the application. Every audio function is global, meaning that every AudioSource will refer to the player

Meta